home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / gatu.dir / 00032.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  128 b   |  11 lines

  1. on enterFrame
  2.   updateStage()
  3.   if soundBusy(1) = 0 then
  4.     puppetSound("low2")
  5.   end if
  6. end
  7.  
  8. on exitFrame
  9.   go(the frame)
  10. end
  11.